Click or drag to resize

ServiceGetConversationItems Method (IListConversationRequest, ItemShape, MailboxSearchLocation)

Gets the conversation items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ConversationItemResponse> GetConversationItems(
	IList<ConversationRequest> conversationRequests,
	ItemShape itemShape,
	MailboxSearchLocation mailboxSearchLocation
)

Parameters

conversationRequests
Type: System.Collections.GenericIListConversationRequest
The conversation requests.
itemShape
Type: Independentsoft.ExchangeItemShape
The item shape.
mailboxSearchLocation
Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location.

Return Value

Type: IListConversationItemResponse
IList{ConversationItemResponse}.
See Also